home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / windows / ttb95.zip / README95.1ST < prev    next >
Text File  |  1997-02-10  |  2KB  |  55 lines

  1. To install TopToBottom for Windows 95:
  2.  
  3. - expand the archive file to a common directory, e.g. PRUDENS;
  4.  
  5. - after expansion, check to make sure the following files are now present:
  6.  
  7. README95.1ST (this file)
  8. PRUDENS.TXT
  9. ORDER.TXT
  10. TTB95.EXE
  11. TOPBOT32.DLL
  12. TOPBOT16.DLL
  13. TTBFIRST.DLL
  14. FHK95.DLL
  15. FUNCHOOK.DLL
  16. SMIDGEON.VXD
  17. TOPTOBOT.VXD
  18.  
  19. - now - THIS IS VERY IMPORTANT - copy the files SMIDGEON.VXD and TOPTOBOT.VXD to a directory in your Windows 95 path, e.g. your Windows 95 system directory;
  20.  
  21. - optionally - add a "shortcut" to TopToBottom on your desktop.
  22.  
  23.  
  24. To uninstall TopToBottom for Windows 95:
  25.  
  26. - delete the aforementioned files from your system,
  27.   including the files SMIDGEON.VXD and TOPTOBOT.VXD;
  28.  
  29. - remove the "shortcut" icon from your desktop or desktop folders
  30.   (if you created one).
  31.  
  32. Note - this program does not create entries in the Windows 95 Registration Database.
  33.  
  34. Initial Release:
  35.  
  36. 1/97 Version 4.0 - initial public release
  37.  
  38. Technical Specifications:
  39.  
  40. Languages used: Delphi 1.0, Delphi 2.0, Visual C++ 1.52, Visual C++ 4.2, assembler
  41. Systemwide API hooks - LoadModule, FreeLibrary (16-bit)
  42. Systemwide API hooks - LoadLibrary, LoadLibraryEx, FreeLibrary, CreateProcess, ExitProcess, TerminateProcess, CreateThread, ExitThread, TerminateThread (32-bit)
  43. Systemwide KERNEL32 hooks
  44. Systemwide VxD hooks - all initially and dynamically loaded VxDs
  45. Retrieve version information (16-bit)
  46. Retrieve version information (32-bit)
  47. Flat thunking (32 to 16)
  48. Walk internal process database (32-bit)
  49. Walk internal module list (16-bit)
  50. Use of ToolHelp functions (32-bit) - Process32First, Process32Next
  51. Windows Registry access to find some VxDs and OCXs
  52. Insertion of code into Windows Startup
  53. Creation of TopToBot VxD
  54. PostMessage from VxD, 16-bit DLL, and 32-bit DLL to Win32 process
  55.